SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.framework
Class SCardRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjp.co.ricoh.dsdk.scard.framework.SCardRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CardRuntimeException, ServiceRuntimeException

public class SCardRuntimeException
extends java.lang.RuntimeException

This is a superclass of all the exception classes that are thrown by the Framework and that are not necessary to be caught by the application.

See Also:
Serialized Form

Constructor Summary
SCardRuntimeException()
           Constructs an exception class with no message.
SCardRuntimeException(java.lang.String message)
           Constructs an exception class with a message.
SCardRuntimeException(java.lang.Throwable e)
           Constructs an exception class with a message; the message shows the parent exception class and error details.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCardRuntimeException

public SCardRuntimeException()
Constructs an exception class with no message.


SCardRuntimeException

public SCardRuntimeException(java.lang.String message)
Constructs an exception class with a message.

Parameters:
message - an error description.

SCardRuntimeException

public SCardRuntimeException(java.lang.Throwable e)
Constructs an exception class with a message; the message shows the parent exception class and error details.

Parameters:
e - a parent exception class.

SDK/J Authentication Package ver1.0
RICOH Confidential